home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / src / blitscreen.readme < prev    next >
Text File  |  1995-09-20  |  3KB  |  61 lines

  1. Short:    Ultimate c2p/copperscreen replacement!
  2. Author:   fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Uploader: g.sanderson@ais.gu.edu.au
  4. Type:     dev/src
  5.  
  6. BLITTERSCREEN: The copperscreen replacement, aka ultra-fast c2p, without
  7. copperscreen limitations
  8.  
  9. I took this from http://www.informatik.tu-muenchen.de/~fischerj/
  10. It still has a few problems on high end machines (A4000) and is not
  11. very OS friendly, but it WORKS!!!
  12.  
  13. Contains sources, examples and a demo!
  14.  
  15. what is it ?
  16.         
  17. Blitterscreens provide a CHUNKY 256-color 2x2 or even 2x1 screen,
  18. and all fullscreen! (AGA only, ECS could do byte-chunky 16colors,
  19. not supported yet). cpu overhead very small, cpu free for
  20. rendering, this method is even useful for 030!
  21.  
  22. is it really like having chunky mode ?
  23.  
  24. The cpu can copy to chunky buffer in longwords to chipmem, each
  25. byte beeing extended to a 2x2 pixel block by custom hardware.
  26. Imagine your A1200 was connected to a localbus-VGA. Copying to
  27. vram then would be slower (!) as you got to copy 4 bytes to get
  28. a 2x2 pixel block (VGA beeing fastmem changes nothing).
  29.  
  30. So stop whining about not having a chunky screen, there is one! :)    
  31.  
  32. I admit it might be not ideal for a 040, but the 040 can do
  33. realtime-1x1-c2p while copying to chipmembuffer anyway.
  34. A 030-50 also might render faster than blitterscreen convertion.
  35.  
  36.  
  37. ============================= Archive contents =============================
  38.  
  39. Original  Packed Ratio    Date     Time    Name
  40. -------- ------- ----- --------- --------  -------------
  41.      604     405 32.9% 14-Jan-80 16:49:54  blitterscreen.readme
  42.     6492    3105 52.1% 14-Jan-80 00:52:20 +bltscr.doc
  43.    13913    3101 77.7% 14-Jan-80 00:10:24 +bltscr.s
  44.     3480    1642 52.8% 13-Jan-80 23:20:52 +bs2x1
  45.     4132    1639 60.3% 13-Jan-80 23:21:06 +bs2x1.s
  46.     3456    1625 52.9% 13-Jan-80 23:18:38 +bs2x2
  47.     4135    1648 60.1% 13-Jan-80 23:18:30 +bs2x2.s
  48.      528     346 34.4% 14-Jan-80 16:53:48 +bs2xY.doc
  49.       36      36  0.0% 13-Jan-80 23:21:54 +d.8.95.doc
  50.     5387    1960 63.6% 14-Jan-80 15:58:10 +d.8.95.i
  51.      700     427 39.0% 24-Jan-94 17:22:58 +doom.bltscr.iff.doc
  52.    12812   12812  0.0% 24-Jan-94 17:11:58 +doom.bltscr.iff.lha
  53.    40736   40736  0.0% 13-Jan-80 22:12:26 +EXCESS.by.RIOT
  54.      329     240 27.0% 14-Jan-80 16:30:32 +EXCESS.by.RIOT.doc
  55.     1320     805 39.0% 11-Jan-80 20:24:56 +prec2
  56.      839     436 48.0% 13-Jan-80 22:18:12 +prec2.doc
  57.      457     298 34.7% 14-Jan-80 16:33:28 +README_first
  58.      694     369 46.8% 14-Jan-80 16:39:00  file_id.diz
  59. -------- ------- ----- --------- --------
  60.   100050   71630 28.4% 14-Aug-95 12:08:28   18 files
  61.